home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>3.2. Selection Tools</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.64.1" />
- <link rel="home" href="index.html" title="GIMP User Manual" />
- <link rel="up" href="ch03s03.html" title="3. Tools" />
- <link rel="previous" href="ch03s03.html" title="3. Tools" />
- <link rel="next" href="ch03s03s02s02.html" title="3.2.2. Ellipse Selection Tool" />
- </head>
- <body>
- <div class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center">3.2. Selection Tools</th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td>
- <th width="60%" align="center">3. Tools</th>
- <td width="20%" align="right"> <a accesskey="n" href="ch03s03s02s02.html">Next</a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect2" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="gimp-tools-selection"></a>3.2. Selection Tools</h3>
- </div>
- </div>
- <div></div>
- </div>
- <div class="sect3" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="gimp-tool-rect-select"></a>3.2.1. Rectangle Selection Tool</h4>
- </div>
- </div>
- <div></div>
- </div>
- <a id="id2946466" class="indexterm"></a>
- <div class="mediaobject">
- <img src="../images/toolbox/toolbox-rectsel.png" />
- </div>
- <p>
- The Rectangle Selection tool is designed to select rectangular regions
- from images or layers so you can work on a specific area of an image or
- layer.
- </p>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h5 class="title"><a id="id2946493"></a>Activate Tool</h5>
- </div>
- </div>
- <div></div>
- </div>
- <div class="itemizedlist">
- <ul type="disc">
- <li>
- <p>
- The Rectangle Selection Tool can be called in the following
- order, from the image-menu:
- <span class="guimenuitem"><span class="accel">T</span>ools</span>/
- <span class="guimenuitem"><span class="accel">S</span>election
- Tools</span>/<span class="guimenuitem"><span class="accel">R</span>ect
- Select</span>.
- </p>
- </li>
- <li>
- <p>
- The Tool can also be called by clicking the tool icon:
- <span class="guiicon">
- <img src="../images/toolbox/rectsel.png" />
- </span>
- </p>
- </li>
- </ul>
- </div>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h5 class="title"><a id="id2946543"></a>Key modifiers (Defaults)</h5>
- </div>
- </div>
- <div></div>
- </div>
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">Shortcut</span>
- </dt>
- <dd>
- <p>
- The <span><b class="keycap">r</b></span> key will change the active tool to Rectangle
- Select.
- </p>
- </dd>
- <dt>
- <span class="term">
- <span>
- <b class="keycap">Ctrl</b>
- </span>
- </span>
- </dt>
- <dd>
- <p>
- Holding <span><b class="keycap">Ctrl</b></span> while creating a rectangular
- selection can do up to two things. First, the selection will
- be created using the pixel you started the selection on as a
- center. Normally, the selection is created using that pixel as
- a corner. Second, <span><b class="keycap">Ctrl</b></span> will place the
- selection into subtraction mode (see above). If you only
- require one of the actions to take place, you can release the
- <span><b class="keycap">Ctrl</b></span> key prior to releasing the
- <span class="mousebutton">mouse button</span>. Doing so will leave
- the selection in subtraction mode, but without the center point
- constraint.
- </p>
- </dd>
- <dt>
- <span class="term">
- <span>
- <b class="keycap">Alt</b>
- </span>
- </span>
- </dt>
- <dd>
- <p>
- Holding <span><b class="keycap">Alt</b></span> will allow movement of the current
- selection (only its frame, not its content). If the whole image
- is moved instead of the selection only, try
- <span><b class="keycap">Shift+Alt</b></span>
- </p>
- </dd>
- <dt>
- <span class="term">
- <span>
- <b class="keycap">Shift</b>
- </span>
- </span>
- </dt>
- <dd>
- <p>
- Holding <span><b class="keycap">Shift</b></span> while creating a selection will
- perform up to two different things. The first is to add a constraint
- such that the height and width of the selection will remain
- equal (a square). Second, this key modifier will ensure that
- the selection mode is changed to addition (see above). If you
- require only one of these actions to take place, you can
- release the <span><b class="keycap">Shift</b></span> key prior to releasing the
- <span class="mousebutton">mouse button</span>. Doing so will leave
- the selection in addition mode, but without the height and
- width constraints.
- </p>
- </dd>
- <dt>
- <span class="term"><span><b class="keycap">Ctrl</b></span>+<span><b class="keycap">Shift</b></span></span>
- </dt>
- <dd>
- <p>
- Using
- <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>
- can do a variety of things. Both keys alone will do up to two
- things. Firstly the selection mode will be switched to
- intersection (or union). Secondly, the selection will have both
- the center point constraint discussed above and the height and
- width constraints (also discussed above). It is an exercise for
- the reader to play with the various combinations available when
- performing rectangular selections while holding
- <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>
- and releasing either both or either prior to releasing the
- <span class="mousebutton">mouse button</span>.
- </p>
- </dd>
- </dl>
- </div>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div></div>
- <div></div>
- </div>
- <div class="variablelist">
- <p class="title">
- <b>Options</b>
- </p>
- <dl>
- <dt>
- <span class="term">Overview</span>
- </dt>
- <dd>
- <p>
- The available tool options for Rectangle Select can be accessed
- by double clicking the Rectangle Select tool icon. <span class="guiicon">
- <img src="../images/toolbox/rectsel.png" />
- </span>
- </p>
- </dd>
- <dt>
- <span class="term">Mode</span>
- </dt>
- <dd>
- <p>
- </p>
- <div class="mediaobject">
- <img src="../images/tool-options/rectsel-mode-replace.png" />
- </div>
- <p>
- Replace mode will cause any existing selection to be destroyed or
- replaced when the new selection is created.
- </p>
- <p>
- </p>
- <div class="mediaobject">
- <img src="../images/tool-options/rectsel-mode-add.png" />
- </div>
- <p>
- Add mode will cause the new selection to be added to any existing
- selection regions.
- </p>
- <p>
- </p>
- <div class="mediaobject">
- <img src="../images/tool-options/rectsel-mode-subtract.png" />
- </div>
- <p>
- Subtract mode will remove the new selection area from any
- existing selection regions.
- </p>
- <p>
- </p>
- <div class="mediaobject">
- <img src="../images/tool-options/rectsel-mode-intersect.png" />
- </div>
- <p>
- Intersection mode will make a new selection from the area
- where the existing selection region and the new selection region
- overlap.
- </p>
- </dd>
- <dt>
- <span class="term">Antialiasing</span>
- </dt>
- <dd>
- <p>
- This option performs no function for this tool and is present to
- unify the user interface between the various selection types.
- </p>
- </dd>
- <dt>
- <span class="term">Feather Edges</span>
- </dt>
- <dd>
- <p>
- The <span class="guilabel">Radius</span> slider adjusts the amount of
- feathering in pixels for the next selection that is created. For
- further information regarding feathering, see the glossary entry
- <a href="go01.html#glossary-feathering">Feathering</a>.
- </p>
- </dd>
- <dt>
- <span class="term">Auto Shrink Selection</span>
- </dt>
- <dd>
- <p>
- The <span class="guilabel">Auto Shrink Selection</span> checkbox will make
- the next selection automatically shrink to the nearest
- rectangular shape available on the image layer if one can be
- detected.
- </p>
- <p>
- If <span class="guilabel">Sample Merged</span> is also enabled, then the
- Auto Shrink will use the pixel information from all the
- layers of the image. For further information regarding Sample
- Merge, see the glossary entry <a href="go01.html#glossary-samplemerge">Sample Merge</a>.
- </p>
- </dd>
- <dt>
- <span class="term">Fixed Size</span>
- </dt>
- <dd>
- <p>
- Enabling <span class="guilabel">Fixed Size</span> will allow you to
- manually specify a size for the selection using the
- <span class="guilabel">Width</span>, <span class="guilabel">Height</span>, and
- <span class="guilabel">Unit</span> controls.
- </p>
- </dd>
- <dt>
- <span class="term">Fixed Aspect Ratio</span>
- </dt>
- <dd>
- <p>
- This option allows you to resize the selection while keeping
- the aspect ratio constant.
- </p>
- </dd>
- </dl>
- </div>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h5 class="title"><a id="id2946946"></a>Additional information</h5>
- </div>
- </div>
- <div></div>
- </div>
- <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
- <table border="0" summary="Note">
- <tr>
- <td rowspan="2" align="center" valign="top" width="25">
- <img alt="[Note]" src="../images/note.png" />
- </td>
- <th align="left">Note</th>
- </tr>
- <tr>
- <td colspan="2" align="left" valign="top">
- When moving a selection beyond the boundaries of the image canvas,
- the selection will be cropped to the image area. Selections can
- exist on the visible canvas only. Selection movements and changes
- are, however, kept in the undo buffer should you need to
- repair an error.
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </div>
- <div class="navfooter">
- <hr />
- <table width="100%" summary="Navigation footer">
- <tr>
- <td width="40%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="ch03s03.html">Up</a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="ch03s03s02s02.html">Next</a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top">3. Tools </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">Home</a>
- </td>
- <td width="40%" align="right" valign="top"> 3.2.2. Ellipse Selection Tool</td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-